home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / System Utilities / LaserWriter 8.0 PPD's / Canon PS-IPU Color Laser Copier < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  13.4 KB  |  398 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.0"
  11. *PCFileName: "CN_500_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Canon PS-IPU Color Laser Copier)"
  14. *PSVersion: "(52.3) 0"
  15. *ModelName: "Canon PS-IPU Color Laser Copier"
  16. *NickName: "Canon PS-IPU Color Laser Copier v52.3"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "1438764"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: True
  23. *DefaultColorSpace: CMYK
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   statusdict begin /diskonline end {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "10"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true
  37.   }{
  38.     dup    % potential password
  39.     statusdict begin checkpassword not end
  40.   } ifelse
  41.   {  %  if no password or not valid
  42.     (WARNING : Cannot perform the exitserver command.) =
  43.     (Password supplied is not valid.) =
  44.     (Please contact the author of this software.) = flush
  45.     quit
  46.   } if
  47.   serverdict /exitserver get exec
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq
  53.   { true }                                 % is the password on the stack?
  54.   { dup                                       % potential password
  55.     statusdict begin checkpassword end not
  56.   } ifelse
  57.   { (WARNING : Cannot reset printer.) =    %  if no password or not valid
  58.     (Password supplied is not valid.) =
  59.     (Please contact the author of this software.) =
  60.     flush
  61.     quit
  62.   } if
  63.   serverdict /exitserver get exec
  64.   systemdict /quit get exec
  65.   (WARNING : Printer Reset Failed.) =
  66.   flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 400dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "94.0"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "{1.76 1.4 $printerdict /dfltspotfunc get exec }"
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize Tabloid: "statusdict begin 11x17tray end"
  105. *PageSize A3: "statusdict begin a3tray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize B4: "statusdict begin b4tray end"
  108. *PageSize B5: "statusdict begin b5tray end"
  109. *?PageSize: "
  110. save
  111. 7 dict
  112.   dup /letter (Letter) put
  113.   dup /legal (Legal) put
  114.   dup /11x17 (Tabloid) put
  115.   dup /a3 (A3) put
  116.   dup /a4 (A4) put
  117.   dup /b4 (B4) put
  118.   dup /b5 (B5) put
  119.   statusdict begin papersize end
  120.   3 1 roll  {get} stopped {(Unknown)}if
  121.   exch  not { print (.Transverse) }if
  122.   = flush
  123. restore
  124. "
  125. *End
  126. *CloseUI: *PageSize
  127.  
  128. *% These entries will set up the frame buffer. Usually used with manual feed.
  129. *OpenUI *PageRegion: PickOne
  130. *OrderDependency: 40 AnySetup *PageRegion
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "letter"
  133. *PageRegion Legal: "legal"
  134. *PageRegion Tabloid: "11x17"
  135. *PageRegion A3: "a3"
  136. *PageRegion A4: "a4"
  137. *PageRegion B4: "b4"
  138. *PageRegion B5: "b5"
  139. *CloseUI: *PageRegion
  140.  
  141. *DefaultImageableArea: Letter
  142. *ImageableArea Letter: "12 15 588 780 "
  143. *ImageableArea Legal: "12 12 598 984 "
  144. *ImageableArea Tabloid: "12 12 777 1200 "
  145. *ImageableArea A3: "12 12 829 1166 "
  146. *ImageableArea A4: "12 12 571 829 "
  147. *ImageableArea B4: "12 12 714 1006 "
  148. *ImageableArea B5: "12 12 500 704 "
  149. *?ImageableArea: "
  150. save
  151.   /cvp {(                ) cvs print ( ) print } bind def
  152.   /upperright {10000 mul floor 10000 div} bind def
  153.   /lowerleft {10000 mul ceiling 10000 div} bind def
  154.   newpath clippath pathbbox
  155.   4 -2 roll exch 2 {lowerleft cvp} repeat
  156.   exch 2 {upperright cvp} repeat flush
  157.  restore
  158. "
  159. *End
  160.  
  161. *% These provide the physical dimensions of the paper (by keyword)
  162. *DefaultPaperDimension: Letter
  163. *PaperDimension Letter: "612 792"
  164. *PaperDimension Legal: "612 1008"
  165. *PaperDimension Tabloid: "792 1224"
  166. *PaperDimension A3: "842 1191"
  167. *PaperDimension A4: "595 842"
  168. *PaperDimension B4: "729 1032"
  169. *PaperDimension B5: "516 729"
  170.  
  171. *RequiresPageRegion All: True
  172. *OpenUI *InputSlot: PickOne
  173. *OrderDependency: 20 AnySetup *InputSlot
  174. *DefaultInputSlot: Upper
  175. *InputSlot Upper: "1 statusdict begin setpapertray end"
  176. *InputSlot Lower: "2 statusdict begin setpapertray end"
  177. *?InputSlot: "
  178. save
  179.    [ (Unknown) (Upper) (Lower) ] statusdict begin papertray end
  180.    {get exec} stopped { pop pop (Unknown)} if = flush
  181. restore
  182. "
  183. *End
  184. *CloseUI: *InputSlot
  185.  
  186. *OpenUI *ManualFeed: Boolean
  187. *OrderDependency: 20 AnySetup *ManualFeed
  188. *DefaultManualFeed: False
  189. *ManualFeed True: "statusdict /manualfeed true put"
  190. *ManualFeed False: "statusdict /manualfeed false put"
  191. *?ManualFeed: "
  192. save
  193.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  194. restore
  195. "
  196. *End
  197. *CloseUI: *ManualFeed
  198.  
  199. *DefaultOutputOrder: Reverse
  200.  
  201. *% Font Information =====================
  202. *DefaultFont: Courier
  203. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  204. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  205. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  206. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  207. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  208. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  209. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  210. *Font Courier: Standard "(002.002)" Standard ROM
  211. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  212. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  213. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  214. *Font Helvetica: Standard "(001.006)" Standard ROM
  215. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  216. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  217. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  218. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  219. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  220. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  221. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  222. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  223. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  224. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  225. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  226. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  227. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  228. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  229. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  230. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  231. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  232. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  233. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  234. *Font Symbol: Special "(001.003)" Special ROM
  235. *Font Times-Bold: Standard "(001.007)" Standard ROM
  236. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  237. *Font Times-Italic: Standard "(001.007)" Standard ROM
  238. *Font Times-Roman: Standard "(001.007)" Standard ROM
  239. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  240. *Font ZapfDingbats: Special "(001.002)" Special ROM
  241. *?FontQuery: "
  242. save
  243.  /str 100 string dup 0 (fonts/) putinterval def
  244.  {
  245.    count 1 gt
  246.    {
  247.      exch dup str 6 94 getinterval cvs
  248.      (/) print dup print (:) print exch
  249.      FontDirectory exch known
  250.      { pop (Yes) }
  251.       {
  252.         length 6 add str 0 3 -1 roll getinterval
  253.         mark exch status
  254.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  255.      } ifelse =
  256.    }
  257.    {exit} ifelse
  258.  }bind loop
  259.  (*) = flush
  260. restore
  261. "
  262. *End
  263.  
  264. *?FontList: "
  265. save
  266.   FontDirectory { pop == } bind forall flush
  267.   /filenameforall where
  268.   {
  269.     pop (fonts/*)
  270.     { dup length 6 sub 6 exch getinterval cvn == } bind
  271.     128 string filenameforall flush
  272.   } if
  273.   (*) = flush
  274. restore
  275. "
  276. *End
  277.  
  278. *% Printer Messages (verbatim from printer):
  279. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  280. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  281. *Message: "\FontName\ not found, using Courier"
  282.  
  283. *% Status (format: %%[ status: <one of these> ]%% )
  284. *Status: "idle"
  285. *Status: "busy"
  286. *Status: "waiting"
  287. *Status: "printing"
  288. *Status: "warming up"
  289. *Status: "processing first job"
  290. *Status: "printing test page"
  291. *Status: "initializing"
  292. *Status: "PrinterError: request manual feed of a3 paper"
  293. *Status: "PrinterError: request manual feed of a4 paper"
  294. *Status: "PrinterError: request manual feed of a4_R paper"
  295. *Status: "PrinterError: request manual feed of b4 paper"
  296. *Status: "PrinterError: request manual feed of b5 paper"
  297. *Status: "PrinterError: request manual feed of 11x17 paper"
  298. *Status: "PrinterError: request manual feed of letter paper"
  299. *Status: "PrinterError: request manual feed of letter_R paper"
  300. *Status: "PrinterError: request manual feed of legal paper"
  301. *Status: "PrinterError: no paper tray"
  302. *Status: "PrinterError: door open"
  303. *Status: "PrinterError: no paper"
  304. *Status: "PrinterError: manual feed timeout"
  305. *Status: "PrinterError: set cassette feed"
  306. *Status: "PrinterError: printer door open"
  307. *Status: "PrinterError: paper jam"
  308. *Status: "PrinterError: paper jam occurred"
  309. *Status: "PrinterError: low toner"
  310. *Status: "PrinterError: service call"
  311. *Status: "PrinterError: waste toner full"
  312. *Status: "PrinterError: no fixing assembly oil"
  313. *Status: "PrinterError: no toner"
  314. *Status: "PrinterError: no management key"
  315. *Status: "PrinterError: CLC is doing local processing"
  316. *Status: "PrinterError: CLC power off"
  317.  
  318. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  319. *Source: "serial25"
  320. *Source: "AppleTalk"
  321. *Source: "Centronics"
  322.  
  323. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  324. *PrinterError: "request manual feed of a3 paper"
  325. *PrinterError: "request manual feed of a4 paper"
  326. *PrinterError: "request manual feed of a4_R paper"
  327. *PrinterError: "request manual feed of b4 paper"
  328. *PrinterError: "request manual feed of b5 paper"
  329. *PrinterError: "request manual feed of 11x17 paper"
  330. *PrinterError: "request manual feed of letter paper"
  331. *PrinterError: "request manual feed of letter_R paper"
  332. *PrinterError: "request manual feed of legal paper"
  333. *PrinterError: "no paper tray"
  334. *PrinterError: "door open"
  335. *PrinterError: "paper jam occurred"
  336. *PrinterError: "low toner"
  337. *PrinterError: "service call"
  338. *PrinterError: "no paper"
  339. *PrinterError: "manual feed timeout"
  340. *PrinterError: "set cassette feed"
  341. *PrinterError: "printer door open"
  342. *PrinterError: "paper jam"
  343. *PrinterError: "waste toner full"
  344. *PrinterError: "no fixing assembly oil"
  345. *PrinterError: "no toner"
  346. *PrinterError: "no management key"
  347. *PrinterError: "service call"
  348. *PrinterError: "CLC is doing local processing"
  349. *PrinterError: "CLC power off"
  350.  
  351. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  352.  
  353. *% Color Separation Information =====================
  354.  
  355. *DefaultColorSep: ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi
  356.  
  357. *InkName: ProcessBlack/Process Black
  358. *InkName: CustomColor/Custom Color
  359. *InkName: ProcessCyan/Process Cyan
  360. *InkName: ProcessMagenta/Process Magenta
  361. *InkName: ProcessYellow/Process Yellow
  362.  
  363. *%  For 71 lpi / 400 dpi  ===============================
  364.  
  365. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  366. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  367. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  368. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  369. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  370.  
  371. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  372. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  373. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  374. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  375. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  376.  
  377. *%  For 47 lpi / 400 dpi  ===============================
  378.  
  379. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  380. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  381. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  382. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  383. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  384.  
  385. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  386. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  387. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  388. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  389. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  390.  
  391. *% For "Canon PS-IPU Color Laser Copier" version 52.3
  392. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  393. *% Converted to meet 4.0 specification
  394. *% Last Edit Date: 23 Jan 1992
  395. *% The byte count of this file should be exactly 013703 or 014100
  396. *% depending on the filesystem it resides in.
  397. *% end of PPD file for Canon PS-IPU Color Laser Copier
  398.